Skip to content

Bump the python group across 1 directory with 11 updates#210

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-ff65a48800
Closed

Bump the python group across 1 directory with 11 updates#210
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-ff65a48800

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2025

Bumps the python group with 11 updates in the / directory:

Package From To
django-allauth 65.4.1 65.7.0
djangorestframework 3.15.2 3.16.0
psycopg[c] 3.2.5 3.2.6
django-anymail[sendgrid] 12.0 13.0
newrelic 10.6.0 10.8.1
ruff 0.9.9 0.11.4
coverage 7.6.12 7.8.0
pre-commit 4.1.0 4.2.0
django-debug-toolbar 5.0.1 5.1.0
pytest-django 4.10.0 4.11.1
rust-just 1.39.0 1.40.0

Updates django-allauth from 65.4.1 to 65.7.0

Commits

Updates djangorestframework from 3.15.2 to 3.16.0

Release notes

Sourced from djangorestframework's releases.

v3.16.0

This release is considered a significant release to improve upstream support with Django and Python. Some of these may change the behaviour of existing features and pre-existing behaviour. Specifically, some fixes were added to around the support of UniqueConstraint with nullable fields which will improve built-in serializer validation.

Features

  • Add official support for Django 5.1 and its new LoginRequiredMiddleware in #9514 and #9657
  • Add official Django 5.2a1 support in #9634
  • Add support for Python 3.13 in #9527 and #9556
  • Support Django 2.1+ test client JSON data automatically serialized in #6511 and fix a regression in #9615

Bug fixes

  • Fix unique together validator to respect condition's fields from UniqueConstraint in #9360
  • Fix raising on nullable fields part of UniqueConstraint in #9531
  • Fix unique_together validation with source in #9482
  • Added protections to AttributeError raised within properties in #9455
  • Fix get_template_context to handle also lists in #9467
  • Fix "Converter is already registered" deprecation warning. in #9512
  • Fix noisy warning and accept integers as min/max values of DecimalField in #9515
  • Fix usages of open() in setup.py in #9661

Translations

  • Add some missing Chinese translations in #9505
  • Fix spelling mistakes in Farsi language were corrected in #9521
  • Fixing and adding missing Brazilian Portuguese translations in #9535

Removals

  • Remove support for Python 3.8 in #9670
  • Remove long deprecated code from request wrapper in #9441
  • Remove deprecated AutoSchema._get_reference method in #9525

Documentation and internal changes

  • Provide tests for hashing of OperandHolder in #9437
  • Update documentation: Add adrf third party package in #9198
  • Update tutorials links in Community contributions docs in #9476
  • Fix usage of deprecated Django function in example from docs in #9509
  • Move path converter docs into a separate section in #9524
  • Add test covering update view without queryset attribute in #9528
  • Fix Transifex link in #9541
  • Fix example httpie call in docs in #9543
  • Fix example for serializer field with choices in docs in #9563
  • Remove extra <> in validators example in #9590
  • Update strftime link in the docs in #9624
  • Switch to codecov GHA in #9618
  • Add note regarding availability of the action attribute in 'Introspecting ViewSet actions' docs section in #9633
  • Improved description of allowed throttling rates in documentation in #9640
  • Add rest-framework-gm2m-relations package to the list of 3rd party libraries in #9063

... (truncated)

Commits

Updates psycopg[c] from 3.2.5 to 3.2.6

Changelog

Sourced from psycopg[c]'s changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.3.0 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Drop support for Python 3.8.

Psycopg 3.2.7 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add SRID support to shapely dumpers/loaders (:ticket:[#1028](https://github.com/psycopg/psycopg/issues/1028)).

Current release

Psycopg 3.2.6 ^^^^^^^^^^^^^

  • Fix connection semantic when using target_session_attrs=prefer-standby (:ticket:[#1021](https://github.com/psycopg/psycopg/issues/1021)).

Psycopg 3.2.5 ^^^^^^^^^^^^^

  • 3x faster UUID loading thanks to C implementation (:tickets:[#447](https://github.com/psycopg/psycopg/issues/447), [#998](https://github.com/psycopg/psycopg/issues/998)).

Psycopg 3.2.4 ^^^^^^^^^^^^^

  • Don't lose notifies received whilst the ~Connection.notifies() iterator is not running (:ticket:[#962](https://github.com/psycopg/psycopg/issues/962)).
  • Make sure that the notifies callback is called during the use of the ~Connection.notifies() generator (:ticket:[#972](https://github.com/psycopg/psycopg/issues/972)).
  • Raise the correct error returned by the database (such as !AdminShutdown or !IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection

... (truncated)

Commits
  • dfc1136 chore: bump psycopg package version to 3.2.6
  • a75e03f Merge branch 'fix-target_session_attrs-prefer-standby' into maint-3.2
  • 1377bb6 test: skip target_session_attrs with libpw < 14
  • b37dc1a fix: implement libpq semantic for target_session_attrs=prefer-standby
  • c946e40 fix win32 libpq missing error
  • 4645f33 chore: bump psycopg package version to 3.2.6.dev1
  • See full diff in compare view

Updates django-anymail[sendgrid] from 12.0 to 13.0

Release notes

Sourced from django-anymail[sendgrid]'s releases.

v13.0

Changelog

Changelog

Sourced from django-anymail[sendgrid]'s changelog.

v13.0

2025-04-03

Breaking changes


* **Postal:** Require Python 3.9 or later for Postal tracking webhook support.
  (Postal's signature verification uses the "cryptography" package, which is no
  longer reliably installable with Python 3.8.)

Fixes


* **Mailjet:** Avoid a Mailjet API error when sending an inline image without a
  filename. (Anymail now substitutes ``&quot;attachment&quot;`` for the missing filename.)
  (Thanks to `@chickahoona`_ for reporting the issue.)
  • Mailjet: Fix a JSON parsing error on Mailjet 429 &quot;too many requests&quot; API
    responses. (Thanks to @rodrigondec_ for reporting the issue.)

  • Postmark: Fix a parsing error when Postmark indicates a sent message has
    been delayed, which can occur if your message stream is paused or throttled or
    when Postmark is experiencing service issues. These messages will now report
    &quot;queued&quot; in the anymail_status (rather than throwing an error or reporting
    &quot;sent&quot;). (Thanks to @jmduke_ for reporting the issue.)

  • Postmark: Fix an error in inbound handling with long email address display
    names that include non-ASCII characters.

  • SendGrid: Improve handling of non-string values in merge_data when using
    legacy templates or inline merge fields. To avoid a confusing SendGrid API error
    message, Anymail now converts numeric merge data values to strings, but will raise
    an AnymailSerializationError for other non-string data in SendGrid substitutions.
    (SendGrid's newer dynamic transactional templates do not have this limitation.)
    (Thanks to @PlusAsh_ for reporting the issue.)

Other

  • Officially support Django 5.2.

  • Resend: Remove Anymail's workaround for an earlier Resend API bug with punctuation in address display names. Resend has fixed the bug.

  • SendGrid: Remove Anymail's workaround for an earlier SendGrid API bug with punctuation in address display names. SendGrid has fixed the bug.

Commits
  • 7e0aa99 Release 13.0
  • a93c736 CI: Switch to PyPI trusted publishing
  • aa4dca2 CI: enable pip cache
  • e6cb496 Tests/CI: use Python 3.13 by default
  • 533bf32 Tests/CI: check Django 5.2 release
  • eec566d CI: Test Django 5.2 pre-release.
  • 335de96 SendGrid: Handle non-string data in legacy substitutions
  • 6acdf36 Resend: Remove obsolete display name workaround
  • e548f6c SendGrid: Remove obsolete display name workaround
  • 85decd8 Docs: Update some links
  • Additional commits viewable in compare view

Updates newrelic from 10.6.0 to 10.8.1

Release notes

Sourced from newrelic's releases.

v10.8.1

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100801/

v10.8.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100800/

v10.7.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100700/

Commits

Updates ruff from 0.9.9 to 0.11.4

Release notes

Sourced from ruff's releases.

0.11.4

Release Notes

Preview features

  • [ruff] Implement invalid-rule-code as RUF102 (#17138)
  • [syntax-errors] Detect duplicate keys in match mapping patterns (#17129)
  • [syntax-errors] Detect duplicate attributes in match class patterns (#17186)
  • [syntax-errors] Detect invalid syntax in annotations (#17101)

Bug fixes

  • [syntax-errors] Fix multiple assignment error for class fields in match patterns (#17184)
  • Don't skip visiting non-tuple slice in typing.Annotated subscripts (#17201)

Contributors

Install ruff 0.11.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.4/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.4/ruff-installer.ps1 | iex"

Download ruff 0.11.4

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.4

Preview features

  • [ruff] Implement invalid-rule-code as RUF102 (#17138)
  • [syntax-errors] Detect duplicate keys in match mapping patterns (#17129)
  • [syntax-errors] Detect duplicate attributes in match class patterns (#17186)
  • [syntax-errors] Detect invalid syntax in annotations (#17101)

Bug fixes

  • [syntax-errors] Fix multiple assignment error for class fields in match patterns (#17184)
  • Don't skip visiting non-tuple slice in typing.Annotated subscripts (#17201)

0.11.3

Preview features

  • [airflow] Add more autofixes for AIR302 (#16876, #16977, #16976, #16965)
  • [airflow] Move AIR301 to AIR002 (#16978)
  • [airflow] Move AIR302 to AIR301 and AIR303 to AIR302 (#17151)
  • [flake8-bandit] Mark str and list[str] literals as trusted input (S603) (#17136)
  • [ruff] Support slices in RUF005 (#17078)
  • [syntax-errors] Start detecting compile-time syntax errors (#16106)
  • [syntax-errors] Duplicate type parameter names (#16858)
  • [syntax-errors] Irrefutable case pattern before final case (#16905)
  • [syntax-errors] Multiple assignments in case pattern (#16957)
  • [syntax-errors] Single starred assignment target (#17024)
  • [syntax-errors] Starred expressions in return, yield, and for (#17134)
  • [syntax-errors] Store to or delete __debug__ (#16984)

Bug fixes

  • Error instead of panic! when running Ruff from a deleted directory (#16903) (#17054)
  • [syntax-errors] Fix false positive for parenthesized tuple index (#16948)

CLI

  • Check pyproject.toml correctly when it is passed via stdin (#16971)

Configuration

  • [flake8-import-conventions] Add import numpy.typing as npt to default flake8-import-conventions.aliases (#17133)

Documentation

  • [refurb] Document why UserDict, UserList, and UserString are preferred over dict, list, and str (FURB189) (#16927)

0.11.2

... (truncated)

Commits
  • 95d6ed4 Bump 0.11.4 (#17212)
  • acc5662 [syntax-errors] Allow yield in base classes and annotations (#17206)
  • 33a56f1 Don't skip visiting non-tuple slice in typing.Annotated subscripts (#17201)
  • 5cee346 [red-knot] mypy_primer: do not specify Python version (#17200)
  • ffa824e [red-knot] Add Type.definition method (#17153)
  • 98b95c9 Implement Invalid rule provided as rule RUF102 with --fix (#17138)
  • a4ba10f [red-knot] Add basic on-hover to playground and LSP (#17057)
  • bf03068 [red-knot] don't remove negations when simplifying constrained typevars (#17189)
  • 4f924bb [minor] Fix extra semicolon for clippy (#17188)
  • c2b2e42 [syntax-errors] Invalid syntax in annotations (#17101)
  • Additional commits viewable in compare view

Updates coverage from 7.6.12 to 7.8.0

Changelog

Sourced from coverage's changelog.

Version 7.8.0 — 2025-03-30

  • Added a new source_dirs setting for symmetry with the existing source_pkgs setting. It's preferable to the existing source setting, because you'll get a clear error when directories don't exist. Fixes issue 1942. Thanks, Jeremy Fleischman <pull 1943_>.

  • Fix: the PYTHONSAFEPATH environment variable new in Python 3.11 is properly supported, closing issue 1696. Thanks, Philipp A. <pull 1700_>. This works properly except for a detail when using the coverage command on Windows. There you can use python -m coverage instead if you need exact emulation.

.. _issue 1696: nedbat/coveragepy#1696 .. _pull 1700: nedbat/coveragepy#1700 .. _issue 1942: nedbat/coveragepy#1942 .. _pull 1943: nedbat/coveragepy#1943

.. _changes_7-7-1:

Version 7.7.1 — 2025-03-21

  • A few small tweaks to the sys.monitoring support for Python 3.14. Please test!

.. _changes_7-7-0:

Version 7.7.0 — 2025-03-16

  • The Coverage object has a new method, :meth:.Coverage.branch_stats for getting simple branch information for a module. Closes issue 1888_.

  • The :class:Coverage constructor<.Coverage> now has a plugins parameter for passing in plugin objects directly, thanks to Alex Gaynor <pull 1919_>_.

  • Many constant tests in if statements are now recognized as being optimized away. For example, previously if 13: would have been considered a branch with one path not taken. Now it is understood as always true and no coverage is missing.

  • The experimental sys.monitoring support now works for branch coverage if you are using Python 3.14.0 alpha 6 or newer. This should reduce the overhead coverage.py imposes on your test suite. Set the environment variable COVERAGE_CORE=sysmon to try it out.

... (truncated)

Commits
  • 6d5ced9 docs: sample HTML for 7.8.0
  • 49c194f docs: prep for 7.8.0
  • 38782cb docs: finish up source_dirs. bump to 7.8.0
  • 7aea2f3 feat: add new source_dirs option (#1943)
  • f464155 test: some simple bytecode tests
  • cf1dec0 refactor: these pypy modules are available in all our versions
  • a876052 test: a general helper for iterating over our own source files
  • 82cff3e perf: sets are better than lists
  • a66bd61 refactor: move bytecode code into bytecode.py
  • d64ce5f chore: bump the action-dependencies group with 3 updates (#1940)
  • Additional commits viewable in compare view

Updates pre-commit from 4.1.0 to 4.2.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.2.0

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Changelog

Sourced from pre-commit's changelog.

4.2.0 - 2025-03-18

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Commits
  • aa48766 v4.2.0
  • bf6f11d Merge pull request #3430 from pre-commit/preferential-sys-impl
  • 3e8d0f5 adjust python default_language_version to prefer versioned exe
  • ff7256c Merge pull request #3425 from tusharsadhwani/ambiguous-ref
  • b7eb412 fix: crash on ambiguous ref 'HEAD'
  • 7b88c63 Merge pull request #3404 from pre-commit/pre-commit-ci-update-config
  • 94b97e2 [pre-commit.ci] pre-commit autoupdate
  • 2f93b80 Merge pull request #3401 from pre-commit/pre-commit-ci-update-config
  • 4f90a1e [pre-commit.ci] pre-commit autoupdate
  • aba1ce0 Merge pull request #3396 from pre-commit/all-repos_autofix_all-repos-sed
  • Additional commits viewable in compare view

Updates django-debug-toolbar from 5.0.1 to 5.1.0

Release notes

Sourced from django-debug-toolbar's releases.

5.1.0

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@5.0.1...5.1.0

Changelog

Sourced from django-debug-toolbar's changelog.

5.1.0 (2025-03-20)

  • Added Django 5.2 to the tox matrix.
  • Updated package metadata to include well-known labels.
  • Added resources section to the documentation.
  • Wrap SHOW_TOOLBAR_CALLBACK function with sync_to_async or async_to_sync to allow sync/async compatibility.
  • Make require_toolbar decorator compatible to async views.
  • Added link to contributing documentation in CONTRIBUTING.md.
  • Replaced ESLint and prettier with biome in our pre-commit configuration.
  • Added a Makefile target (make help) to get a quick overview of each target.
  • Avoided reinitializing the staticfiles storage during instrumentation.
  • Avoided a "forked" Promise chain in the rebound window.fetch function with missing exception handling.
  • Fixed the pygments code highlighting when using dark mode.
  • Fix for exception-unhandled "forked" Promise chain in rebound window.fetch
  • Create a CSP nonce property on the toolbar Toolbar().csp_nonce.
Commits

Updates pytest-django from 4.10.0 to 4.11.1

Release notes

Sourced from pytest-django's releases.

v4.11.1

https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst#v4111-2025-04-03

v4.11.0

https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst#v4110-2025-04-01

Changelog

Sourced from pytest-django's changelog.

v4.11.1 (2025-04-03)

Bugfixes ^^^^^^^^

  • Fixed a regression in v4.11.0 for Django TestCase tests using the databases class variable ([#1188](https://github.com/pytest-dev/pytest-django/issues/1188) <https://github.com/pytest-dev/pytest-django/issues/1188>__).

v4.11.0 (2025-04-01)

Compatibility ^^^^^^^^^^^^^

  • Added official support for Django 5.2 (PR [#1179](https://github.com/pytest-dev/pytest-django/issues/1179) <https://github.com/pytest-dev/pytest-django/pull/1179>__).
  • Dropped testing on MySQL’s MyISAM storage engine (PR [#1180](https://github.com/pytest-dev/pytest-django/issues/1180) <https://github.com/pytest-dev/pytest-django/pull/1180>__).

Bugfixes ^^^^^^^^

  • Stopped setting up and serializing databases on test session setup when not needed (the database is not requested / serialized_rollback is not used). On test databases with large amounts of pre-seeded data, this may remove a delay of a few seconds when running pytest --reuse-db.

    The determination of which databases to setup is done by static inspection of the test suite. Using pytest's dynamic features to request db access, such as :meth:request.getfixturevalue("db") <pytest.FixtureRequest.getfixturevalue>, may throw off this analysis. If you start seeing DatabaseOperationForbidden or "unable to open database" errors, this is likely the cause. To fix this, decorate at least one test with the :func:django_db <pytest.mark.django_db> marker with appropriate databases and serialized_rollback settings.

Commits
  • 5ada9c1 Release 4.11.1
  • cf3f0bb fixtures: fixup a regression in previous release for TestCase multi-db support
  • 6d5c272 Release 4.11.0
  • 8000db0 Only setup and serialize databases as needed by tests
  • 6f7fc26 Add optional integration of pytest into django's manage.py test
  • 3071a66 docs/conf.py: format with ruff format
  • 3f44e50 fixtures: avoid unnecessary closure
  • b732869 Remove testing on MyISAM (#1180)
  • e362f4c Add support for Django 5.2 (#1179)
  • See full diff in compare view

Updates rust-just from 1.39.0 to 1.40.0

Release notes

Sourced from rust-just's releases.

1.40.0

Added

  • Allow the target of aliases to be recipes in submodules (#2632 by corvusrabus)
  • Make --list-submodules require --list (#2622 by casey)

Fixed

  • Star parameters may follow default parameters (#2660 by casey)

Misc

  • Remove test! macro from readme (#2648 by casey)
  • Sort enum variant, struct member, and trait members alphabetically (#2646 by casey)
  • Add Zed extension to readme (#2640 by sectore)
  • Refactor error checking in choose function (#2643 by casey)
  • Use Test struct instead of test! macro (#2642 by casey)
  • Include unicode codepoint in unknown start of token error (#2637 by CramBL)
  • Ignore broken pipe error from chooser (#2639 by casey)
  • Guarantee that Namepaths are non-empty (#2638 by casey)
  • Remove unnecessary binding modifiers (#2636 by casey)
  • Document Vim and Neovim built-in syntax highlighting (#2619 by laniakea64)
  • Remove rust:just Repology badge (#2614 by laniakea64)
  • Clarify --list argument (#2609 by casey)
  • Expand Windows path documentation (#2602 by casey)
  • Fix readme typos (#2596 by CramBL)
Changelog

Sourced from rust-just's changelog.

1.40.0 - 2025-03-09

Added

  • Allow the target of aliases to be recipes in submodules (#2632 by corvusrabus)
  • Make --list-submodules require --list (#2622 by casey)

Fixed

  • Star parameters may follow default parameters (#2660 by casey)

Misc

  • Remove test! macro from readme (#2648 by casey)
  • Sort enum variant, struct member, and trait members alphabetically (#2646 by casey)
  • Add Zed extension to readme (#2640 by sectore)
  • Refactor error checking in choose function (#2643 by casey)
  • Use Test struct instead of test! macro (#2642 by casey)
  • Include unicode codepoint in unknown start of token error (#2637 by CramBL)
  • Ignore broken pipe error from chooser (#2639 by casey)
  • Guarantee that Namepaths are non-empty (#2638 by casey)
  • Remove unnecessary binding modifiers (#2636 by casey)
  • Document Vim and Neovim built-in syntax...

    Description has been truncated

Bumps the python group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.4.1` | `65.7.0` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.0` |
| [psycopg[c]](https://github.com/psycopg/psycopg) | `3.2.5` | `3.2.6` |
| [django-anymail[sendgrid]](https://github.com/anymail/django-anymail) | `12.0` | `13.0` |
| [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.6.0` | `10.8.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.4` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.8.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.0.1` | `5.1.0` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.10.0` | `4.11.1` |
| [rust-just](https://github.com/gnpaone/rust-just) | `1.39.0` | `1.40.0` |



Updates `django-allauth` from 65.4.1 to 65.7.0
- [Commits](https://github.com/sponsors/pennersr/commits)

Updates `djangorestframework` from 3.15.2 to 3.16.0
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.2...3.16.0)

Updates `psycopg[c]` from 3.2.5 to 3.2.6
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.5...3.2.6)

Updates `django-anymail[sendgrid]` from 12.0 to 13.0
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v12.0...v13.0)

Updates `newrelic` from 10.6.0 to 10.8.1
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v10.6.0...v10.8.1)

Updates `ruff` from 0.9.9 to 0.11.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.9...0.11.4)

Updates `coverage` from 7.6.12 to 7.8.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.6.12...7.8.0)

Updates `pre-commit` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.1.0...v4.2.0)

Updates `django-debug-toolbar` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@5.0.1...5.1.0)

Updates `pytest-django` from 4.10.0 to 4.11.1
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.10.0...v4.11.1)

Updates `rust-just` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/gnpaone/rust-just/releases)
- [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md)
- [Commits](gnpaone/rust-just@1.39.0...1.40.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-version: 65.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: djangorestframework
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: psycopg[c]
  dependency-version: 3.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: django-anymail[sendgrid]
  dependency-version: '13.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: newrelic
  dependency-version: 10.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: ruff
  dependency-version: 0.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: coverage
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pre-commit
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-debug-toolbar
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pytest-django
  dependency-version: 4.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: rust-just
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 7, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.92%. Comparing base (0b1f263) to head (98a1404).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #210   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files          36       36           
  Lines        1412     1412           
=======================================
  Hits         1411     1411           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 14, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 14, 2025
@dependabot dependabot Bot deleted the dependabot/pip/python-ff65a48800 branch April 14, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants